home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 6 / FM Towns Free Software Collection 6.iso / ms_dos / switch / src / makefile next >
Encoding:
Makefile  |  1993-07-08  |  127 b   |  7 lines

  1. switch.com : switch.asm
  2.     386asm $> -8086 -nolist
  3.     386link $> -8086 -nomap
  4.     exe2bin $>.exe $>.com
  5.     del $>.obj
  6.     del $>.exe
  7.